home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / vlrdisk.arc / VLRDISK.MSG < prev   
Encoding:
Internet Message Format  |  1988-09-15  |  1.4 KB

  1. From: lanin@csd2.nyu.edu (Vladimir Lanin)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: Vladimir Lanin's RAMdisk version 1.0
  4. Date: 16 Sep 88 23:27:39 GMT
  5. Summary: vlrdisk.arc, Vladimir Lanin's RAMdisk version 1.0
  6. Approved: dhesi@bsu-cs.UUCP
  7.  
  8. This is VDISK, a program I have written.  It is a shareware run-time
  9. RAMdisk, i.e. a RAMdisk that takes up no memory until you need to use
  10. it, and then is installed by running a program, not re-booting.
  11.  
  12. Vladimir Lanin
  13. lanin@csd2.nyu.edu
  14. ...!cmcl2!csd2!lanin
  15.  
  16. [
  17. I have seen two types of RAMdisks before:  Those that are portable
  18. because they are device drivers, but allow their size to be changed
  19. only by rebooting, and those that allow their size to be changed at any
  20. time, but are not portable because they trap a ROM entry point that
  21. does disk input/output.
  22.  
  23. This one seems to combine the advantages of both, with the following
  24. exceptions:  (a) A relatively innocuous ROM routine is called to find
  25. the memory size of your system.  (b) It takes advantage of a knowledge
  26. of MS-DOS's well-documented-but-not-by-Microsoft *current* memory
  27. allocation strategy, which is always subject to change.
  28.  
  29. However, unlike IBM's VDISK, this one doesn't use extended memory, so
  30. if you have PC-DOS on an AT you will probably use that one instead.
  31.  
  32. The author tested it only under MS-DOS 2.x.  I tried it under PC-DOS
  33. 3.1 and it seemed to work.  -- R.D.
  34. ]
  35.